Usage APIproject/TasksAdd a taskAdd a task POST /api/2.0/project/{projectid:[0-9]+}/task Adds a task to the selected project with the parameters (responsible user ID, task description, deadline time, etc) specified in the request. Request Responses200401Added taskUnauthorized